home *** CD-ROM | disk | FTP | other *** search
/ Spiceworld The Movie - Interactive CD-ROM / Spiceworld The Movie: Interactive CD-ROM.iso / pc / elements / spicetwo.dir / scripts_42_Ginger Kiss.ls < prev    next >
Encoding:
Text File  |  1997-12-04  |  379 b   |  22 lines

  1. on prepareFrame
  2.   global LOOPFRAME
  3.   if not (LOOPFRAME = the frameLabel) then
  4.     initialiseFrame()
  5.   end if
  6. end
  7.  
  8. on enterFrame
  9.   global STANDARDCURSOR
  10.   set the visible of sprite 60 to 0
  11.   set the visible of sprite 61 to 0
  12.   cursor(STANDARDCURSOR)
  13.   if the mouseMember = member "kiss mask" then
  14.     gingerKiss()
  15.   end if
  16.   checkRollOvers()
  17. end
  18.  
  19. on exitFrame
  20.   go(the frame)
  21. end
  22.